Reference variables
Rules
Reference variables must be declared as
referring to something
Reference variables must be the same type
as the variable they are referring to (in this
case it was int).
Anything you do to a reference variable
affects what it is referring to